home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / portfoli / tahoe5 / tahoe5.asc < prev    next >
Text File  |  1995-04-25  |  1KB  |  41 lines

  1.  
  2.  | | |  TAHOE 5 VIDEO POKER
  3.  
  4.  Introduction
  5.  ------------
  6.  Tahoe 5 is a video poker games for the Atari Portfolio and other MS-DOS
  7.  machines written in Turbo Pascal that illustrates the use of object-
  8.  oriented programming.  The program is copyright (c) 1992, M. Zack
  9.  Urlocker.  All rights reserved.  The program and source code may be
  10.  freely distributed for non-commercial use.
  11.  
  12.  The files include:
  13.  
  14.  TAHOE5.EXE    - Executable program file for 5 card poker
  15.  *.PAS         - Pascal source code
  16.  TAHOE5.TXT    - This file
  17.  
  18.  If you have received a ZIP file, you must unzip it first.
  19.  
  20.  Using The Program
  21.  -----------------
  22.  To run the program, type:
  23.  
  24.    TAHOE5
  25.  
  26.  at the DOS prompt.
  27.  
  28.  You can increase the amount bet for each hand by using the cursor keys.
  29.  Press Enter to deal cards.  Then press the keys 1-5 to hold cards and
  30.  then Enter to deal again.  Press F1 for help.
  31.  
  32.  NOTES
  33.  -----
  34.  Version 1.0  03/28/92
  35.  -The executable file was compressed using LZEXE.EXE
  36.  -Uses B.J. Gleason's Portfolio unit
  37.  -Runs in 8x40 line display on Portfolio, 16x40 on other DOS machines
  38.  -Sound available only on Portfolio
  39.  
  40.  
  41.